home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / pageprnt / PAGEPRNT.ZIP / PagePrnt / PgPrnReg.dfm / PgPrnReg.txt
Text File  |  1997-09-25  |  1KB  |  70 lines

  1. object FriendlyFmtDlg: TFriendlyFmtDlg
  2.   Left = 521
  3.   Top = 111
  4.   ActiveControl = Edit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Friendly Format Specifiers'
  7.   ClientHeight = 216
  8.   ClientWidth = 255
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Edit: TEdit
  17.     Left = 8
  18.     Top = 8
  19.     Width = 157
  20.     Height = 21
  21.     AutoSelect = False
  22.     TabOrder = 0
  23.   end
  24.   object List: TListBox
  25.     Left = 8
  26.     Top = 36
  27.     Width = 157
  28.     Height = 173
  29.     IntegralHeight = True
  30.     ItemHeight = 13
  31.     Items.Strings = (
  32.       '&l'#9'Left Align'
  33.       '&c'#9'Center Align'
  34.       '&r'#9'Right align'
  35.       '---------------------------------------------'
  36.       '&f'#9'File name only'
  37.       '&F'#9'File name and path'
  38.       '&d'#9'Short date'
  39.       '&t'#9'Short time'
  40.       '&D'#9'Long date'
  41.       '&T'#9'Long time'
  42.       '&i'#9'Title'
  43.       '&p'#9'Page number'
  44.       '&&'#9'Ampersand (&)')
  45.     TabOrder = 1
  46.     TabWidth = 30
  47.     OnDblClick = ListDblClick
  48.   end
  49.   object btnOK: TButton
  50.     Left = 172
  51.     Top = 8
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object btnCancel: TButton
  60.     Left = 172
  61.     Top = 40
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.